home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
lang
/
mc302
/
misc
/
selfdup.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-18
|
248 b
|
11 lines
/*
* Self-replicating 'C' program
*
* Original author unknown.
*
* Compile command: CC selfdup -pof
*/
#include <stdio.h>
char c[]={"#include <stdio.h>%cchar c[]=%c%s%c;main(){printf(c,10,34,c,34);}"};
main(){printf(c,10,34,c,34);}